.gallery { position:relative; min-height:1; }
.gallery img { display:block; }
.gallery ul li { background:none; }
.gallery .showing { position:relative; overflow:hidden; }
.gallery .showing ul { margin:0; background:#eee; overflow:hidden; }
.gallery .showing ul li { display:none; margin:0; padding:0; list-style:none; overflow:hidden; }
.gallery .showing ul li img { margin:0 auto; cursor:pointer; }
.gallery .showing ul li a { border:0; display:block; }
.gallery .showing ul li div { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.53em; line-height:21px; margin:0 auto; background:url(/magazine/graphics/overlay.bg.png) repeat; _background:#000; width:100%; display:none; color:#FFF; }
.gallery .showing ul li p { margin:0; padding:12px 10px 9px; }
.gallery .showing ul li span { display:block; padding:0 10px 10px; font-size:.6em; color:#FFF; }
.gallery .showing ul li span a { display:inline; color:#FFF; }
.gallery .showing ul li.current { display:block; background:#EBEDED; }

.gallery .thumbs { position:relative; padding:20px 123px; background:url(/magazine/graphics/gallery/gallery.bg.png) repeat-x bottom; }
.gallery .thumbs_sleeve { height:62px; width:410px; overflow:hidden; position:relative; }
.gallery .thumbs ul { margin:0; padding:0; width:410px; position:relative; left:0; }
.gallery .thumbs ul:after { content:"."; clear:both; display:block; height:0; visibility:hidden; } /* float enclosing */
.gallery .thumbs ul li { float:left; margin:0 20px 0 0; padding:0; background:#000; list-style:none; }
.gallery .thumbs ul li a { display:block; }

.gallery .previousButton, .gallery .nextButton { cursor:pointer; position:absolute; display:block; top:25px; width:52px; height:52px; text-indent:-9999px; background:no-repeat 0 0; }
.gallery .previousButton { left:32px; background-image:url(/magazine/graphics/gallery/prev.png); }
.gallery .previousButton:hover { background-image:url(/magazine/graphics/gallery/prev.over.png); }
.gallery .nextButton { right:32px; background-image:url(/magazine/graphics/gallery/next.png); }
.gallery .nextButton:hover { background-image:url(/magazine/graphics/gallery/next.over.png); }

.ajax_loading { background:#000 url(/magazine/graphics/ajax_loader.gif) 50% 50% no-repeat; position:absolute; z-index:100; display:none; }

.js-disabled .gallery { display:none; }